home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8381 / 8381.xpi / chrome / content / common / about.xul next >
Extensible Markup Language  |  2010-02-02  |  1KB  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window class="dialog"
  4.     title="About Web Clipper"
  5.     orient="vertical"
  6.     autostretch="always"
  7.     onload="sizeToContent()"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10. <groupbox align="center" orient="horizontal">
  11. <vbox>
  12.   <text value="Evernote Web Clipper" style="font-weight: bold; font-size: x-large;"/>
  13.   <separator class="thin"/>
  14.   <text value="Vendor:" style="font-weight: bold;"/>
  15.   <text value="Evernote Corp." class="url"
  16.         onclick="window.open('http://www.evernote.com'); window.close();"/>
  17.   <separator class="thin"/>
  18.     <text value="Description:" style="font-weight: bold;"/>
  19.     <text value="Provides a button and context menus to easily add a selection or an entire page to Evernote"/>
  20. </vbox>
  21. <spring flex="1"/>
  22. <image src="chrome://webclipper3-common/skin/webclipper48.png"/>
  23. </groupbox>
  24.  
  25.   <hbox>
  26.   <spacer flex="1"/>
  27.    <button label="Close" oncommand="window.close();"/>
  28.   </hbox>
  29.  
  30. </window>
  31.